From: Rob Hoes Date: Mon, 21 Oct 2013 13:32:31 +0000 (+0100) Subject: libxl: ocaml: add META to list of generated files in Makefile X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6114 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=ce15718ae5c0c922871a2971d7f26527688e13a8;p=xen.git libxl: ocaml: add META to list of generated files in Makefile Signed-off-by: Rob Hoes Acked-by: Ian Campbell Acked-by: Ian Jackson --- diff --git a/tools/ocaml/libs/xl/Makefile b/tools/ocaml/libs/xl/Makefile index c9e5274ea4..4195bfc8e5 100644 --- a/tools/ocaml/libs/xl/Makefile +++ b/tools/ocaml/libs/xl/Makefile @@ -19,7 +19,7 @@ OCAML_LIBRARY = xenlight GENERATED_FILES += xenlight.ml xenlight.ml.tmp xenlight.mli xenlight.mli.tmp GENERATED_FILES += _libxl_types.ml.in _libxl_types.mli.in -GENERATED_FILES += _libxl_types.inc +GENERATED_FILES += _libxl_types.inc META all: $(INTF) $(LIBS)